home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1097 / AMOSLIST / text0265.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.7 KB  |  35 lines

  1. I just wanted to notify those who have tried my SheepFest Beta Demo and
  2. took a look at any of the bomb cheats about a bug with the actual bombs.
  3.  
  4. I do cheap way of detecting the collision between the sheeps and the
  5. explosions. Basically for every frame of the explosion it sets a tag which
  6. causes the sheep movement loop to perform a check on collisions to it. Now,
  7. the bug IS that explosions use the same number as the mid-air bomb, so
  8. after an explosion has occured the tag normally remains set. What happens
  9. is that the mid-air bombs will kill the sheep before they have detonated. I
  10. also use this method for the gun shots. So that you can only hit one sheep
  11. at a time (this method was also widely needed for the boss sheep because
  12. his body sections overlap alot, so one gun shot could get multiple hits).
  13.  
  14. Now, I only did the explosion collision this way because I was lazy :). But
  15. if I do switch my main project back to Sheepfest this will be changed to
  16. another method I have planned.
  17.  
  18. I also want to let you know more about the sheep worm. He does not die
  19. (which I explain on the page) but his health does get calculated. If you
  20. have shot him enough times he starts making the sound for pain even when
  21. you aren't shooting him. I did this on purpose :). Just wanted to let you
  22. know.
  23.  
  24. Now, yet another thing I want to say, I also have a programmed Intro and
  25. Score program. The intro consists of happy little sheep bouncing on the
  26. bottom of the screen... then getting shot :).  The score program has a
  27. large sheep whose eyes follow your pointer (which gets changed into a dead
  28. sheep in the score) as he gets shot indicating your kills. If anyone is
  29. interested in seeing these I will put them up on my page. Just wanted to
  30. let you know.
  31.  
  32. Well, that's finally it, -later
  33.  
  34.  
  35.